DecimalNINumericDecimalNSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.Subtract(
DecimalN value
)
Private Function Subtract (
value As DecimalN
) As DecimalN Implements INumeric(Of DecimalN).Subtract
private:
virtual DecimalN Subtract(
DecimalN value
) sealed = INumeric<DecimalN>::Subtract
private abstract Subtract :
value : DecimalN -> DecimalN
private override Subtract :
value : DecimalN -> DecimalN
- value DecimalN
- The value to subtract from the current value.
DecimalNThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)